using System;
using Object = UnityEngine.Object;

namespace Animancer.Units
{
    public sealed class AnimationSpeedAttribute : UnitsAttribute
    {
        public AnimationSpeedAttribute()
        {
            throw new NotImplementedException();
        }
    }
}